home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
devel
/
tcl
/
tcl7_3_s.z
/
tcl7_3_s
/
tcldev
/
dummy.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-08
|
167b
|
11 lines
#include <stdio.h>
#include <stdlib.h>
#include "tcl.h"
int
Tcl_AppInit(interp)
Tcl_Interp *interp; /* Interpreter for application. */
{
return TCL_ERROR;
}